Builder
class Builder
Content copied to clipboard
Constructors
Functions
bounds
Link copied to clipboard
open fun bounds(@Nullable() bounds: CoordinateBounds): CameraBoundsOptions.Builder
Content copied to clipboard
build
Link copied to clipboard
maxPitch
Link copied to clipboard
open fun maxPitch(@Nullable() maxPitch: Double): CameraBoundsOptions.Builder
Content copied to clipboard
maxZoom
Link copied to clipboard
open fun maxZoom(@Nullable() maxZoom: Double): CameraBoundsOptions.Builder
Content copied to clipboard
minPitch
Link copied to clipboard
open fun minPitch(@Nullable() minPitch: Double): CameraBoundsOptions.Builder
Content copied to clipboard
minZoom
Link copied to clipboard
open fun minZoom(@Nullable() minZoom: Double): CameraBoundsOptions.Builder
Content copied to clipboard